summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorThijs Triemstra <info@collab.nl>2020-07-26 14:54:18 +0200
committerThijs Triemstra <info@collab.nl>2020-07-26 14:54:18 +0200
commit8bfcd2abb3c4869133c56ebe262c2ecf93abeb23 (patch)
treee2cf63e10fc540702e3898528e7cf5975b34350b /.vscode
parentadd documentation from example (diff)
downloadADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar
ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.gz
ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.bz2
ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.lz
ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.xz
ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.zst
ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.zip
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 0000000..0f0d740
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,7 @@
+{
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ "platformio.platformio-ide"
+ ]
+}